home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / amac44c.zip / RFRM38.QM < prev    next >
Text File  |  1992-06-22  |  6KB  |  133 lines

  1. *                               RFRM38.QM
  2. *        Macros to Sort and Reformat Blocks, Paragraphs and Files
  3. *                        Written by Tom Hogshead
  4. *            With Macro Contributions by John Goodman, et al
  5. *                                 6/17/92
  6. *  Key    Subfile              Description
  7. * =====  ==============  ====================================================
  8. *        {e:\up\rfr001}  Single/Double/Triple Space Files ( )
  9. *        {e:\up\rfr002}  Switch Case and Capitalize
  10. *        {e:\up\rfr003}  Format Blocks, Paragraphs and Files
  11. *        {e:\up\rfr004}  Right/Left Justify and Align
  12. *        {e:\up\rfr005}  Count Words and Characters
  13. *        {e:\up\rfr006}  Replace "Period Space" w/"Period Two Spaces" & Misc
  14. *        {e:\up\rfr007}  Split/Join Lines
  15. *        {e:\up\rfr008}  Swap Characters
  16. *        {e:\up\rfr009}  Sort and Convert Column Blocks
  17. *
  18. * @(1)                   Dummy Macro
  19. *
  20. * Index - How to Locate Macro or Item From Index Using @f
  21. * Description
  22. * Macros
  23. * Other Macros - not included
  24. * Version History
  25. *
  26. *-- eoi
  27.  
  28.  
  29. * (DESCRIPTION)
  30. * --------------
  31. * RFRM38.QM are macros  to reformat and  sort QEDIT blocks, paragraphs,
  32. * and files.   Number of  words and  characters in  a file  can also be
  33. * counted.  Comma delimited files can  also be made and "broken apart".
  34. * Documents can formatted with right justification.  Blocks can be left
  35. * and  right justified.   Documents can  be  single, double  and triple
  36. * spaced.   Can  left and  right  justify column  blocks  with opposite
  37. * ragged edges.   Can align  column of  numbers by  decimal point.  Can
  38. * format with user selected left and right margins.
  39.  
  40. * For  faster  macro  execution, replace  "c:\"  with  your  ram drive.
  41.  
  42. * Insert and AutoIndent should be ON.
  43.  
  44. * (Other) Macros available: See ALLMACRO.INF.
  45. * See MACRxx.QM for other commenting and un-commenting macros.
  46.  
  47.  
  48. * 
  49. * (Index) Use
  50. * ------------
  51. * To locate  a macro  or item in  this file,  use @f,  place the cursor
  52. * line  on the  desired item  in  the Index  above, and  press <enter>.
  53. * @f can  be found in  BOOKxx.QM to  view and read  macros in subfiles.
  54.  
  55. * Some of these macros require "QEdit and QMAC v2.15.
  56.  
  57. * To BEGIN, just  type "START RFRM" <Enter>.   All pertinent files will
  58. * be  loaded  in  the  "Ring"  for  viewing,  and  RFRM38.MAC  is read.
  59. * Alternatively, type "START RFRM 0" <Enter> and the disk copies of all
  60. * files in the  "Ring" will be  loaded ready for  editing, saving time.
  61.  
  62.  
  63. * 
  64. * (Macros)
  65. * --------
  66. * Use @f in BOOKxx.QM to view and read macros in rfr00n.qm.  See
  67. * subfiles rfr00n.qm for macros.
  68.  
  69. * 
  70. * -------------------
  71. * @(1) Dummy Macro
  72. * -------------------
  73. @1 macrobegin begline                   * Dummy to make this a txtfile
  74.  
  75. * 
  76. * (Version) History
  77. * ------------------
  78. *       3.4 - In AMAC41.ZIP                                           10/28/91
  79. *       3.5 - In AMAC42.ZIP                                            3/28/92
  80. *       3.6 - Added @3 in rfr004.qm.                                   3/30/92
  81. *           - Changed @f9 to @9 in rfr004.qm                           3/30/92
  82. *           - Corrected @9 Label 5 in rfr004.qm.                       3/30/92
  83. *           - Added @F1 and @F2 in rfr003.qm.                          3/30/92
  84. *           - Added @4 in rfr004.qm.                                    4/1/92
  85. *           - Changed @3/4 in rfr004.qm.                                4/7/92
  86. *           - Added @5 and @6 in rfr004.qm.                             4/7/92
  87. *           - Changed @4/5/6 in rfr004.qm.                              4/8/92
  88. *           - Changed keys in rfr009.qm.                               4/21/92
  89. *           - Modified @3/4/5 in rfr002.qm.                            4/21/92
  90. *           - Added @f8 in rfr003.qm.                                  4/24/92
  91. *           - Added @f9 in rfr003.qm.                                  4/25/92
  92. *           - Removed @6 from rfr003.qm.                               4/26/92
  93. *           - Modified macros in rfr003.qm.                            4/26/92
  94. *           - Shortened @f8 in rfr003.qm.                              4/26/92
  95. *           - In AMAC42E.ZIP.                                          4/26/92
  96. *       3.7 - Added @6 in rfr003.qm.                                    5/2/92
  97. *           - Changed @5 and @f8 in rfr003.qm.                          5/2/92
  98. *           - Added @f5/@f6/@f7 in rfr003.qm.                           5/7/92
  99. *           - Removed @1 from rfr003.qm.                                5/7/92
  100. *           - Modified @f6 in rfr004.qm for all Qconfig's.             5/13/92
  101. *           - Modified @4, @5 and #f2 in rfr009.qm for all Qconfig's.  5/13/92
  102. *           - Added @4 in rfr006.qm.                                   5/18/92
  103. *           - Modified @f4 and @f6 in rfr004.qm.                       5/18/92
  104. *           - Changed keys in rfr004.qm:                               5/18/92
  105. *                     New     Old
  106. *                     @f1     @f6
  107. *                     @f2     @f4
  108. *                     @f3     @f1
  109. *                     @f4     @f5
  110. *                     @f5     @f2
  111. *           - Removed from:                                            5/18/92
  112. *                     rfr001  @f7
  113. *                     rfr006  ^f9, ^f10, @2,6,7, @f8, @f99
  114. *           - Changed keys in rfr006.qm.                               5/19/92
  115. *                     @f7     ^f1
  116. *                     @f8     ^f2
  117. *                     @f6     @f5
  118. *                     @f5     @f6
  119. *                           (In Amac43.zip)
  120. *      3.8  - Added ( ) to rfr001/3/6/9 for bok001.qm macros.          5/30/92
  121. *           - Changed keys in rfr008.qm.                                6/3/92
  122. *           - Added @f1/@f6/@f7 in rfr008.qm.                           6/3/92
  123. *           - Modified @1 in rfr008.qm.                                 6/3/92
  124. *           - Modified @3 and @4 inrfr003.qm.                           6/9/92
  125. *           - Added @0 in rfr004.qm.                                   6/10/92
  126. *           - Added @f8 to rfr008.qm.                                  6/12/92
  127. *           - Modified @9 in rfr004.qm for para's at eof.              6/13/92
  128. *           - Corrected @3 and @4 in rfr003.qm.                        6/17/92
  129. *
  130. *
  131. *
  132. *--eof
  133.